home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / PictureInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  1.4 KB  |  91 lines

  1. Inspector = {
  2.     ACTIONS = {
  3.     revert:;
  4.     ok:;
  5.     };
  6.     OUTLETS = {
  7.     selectedGraphic;
  8.     slist;
  9.     controller;
  10.     graphicView;
  11.     panel;
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20. InspectorDP = {
  21.     OUTLETS = {
  22.     messageField;
  23.     };
  24.     SUPERCLASS = Inspector;
  25. };
  26. GeneralTextInspector = {
  27.     ACTIONS = {
  28.     takeBorderTypeFrom:;
  29.     changeBgGray:;
  30.     changeBorderType:;
  31.     takeBgGrayFrom:;
  32.     takeAlignmentFrom:;
  33.     takeTextGrayFrom:;
  34.     changeAlignment:;
  35.     changeTextGray:;
  36.     };
  37.     OUTLETS = {
  38.     textInspectorView;
  39.     bgGrayMatrix;
  40.     alignmentMatrix;
  41.     fixedListSuper;
  42.     fixedListHiderView;
  43.     borderTypeMatrix;
  44.     fixedListRepMatrix;
  45.     textGrayMatrix;
  46.     };
  47.     SUPERCLASS = Inspector;
  48. };
  49. ViewInspector = {
  50.     ACTIONS = {
  51.     changeSnapTo:;
  52.     changeBgGray:;
  53.     changeBorderType:;
  54.     takeGridSizeFrom:;
  55.     takeBgGrayFrom:;
  56.     takeGridSnapFrom:;
  57.     changeGridSpacing:;
  58.     changeGridGray:;
  59.     takeGridGrayFrom:;
  60.     takeBorderTypeFrom:;
  61.     };
  62.     OUTLETS = {
  63.     gridGraySlider;
  64.     gridSnapSwitch;
  65.     borderTypeMatrix;
  66.     gridSizeField;
  67.     bgGrayMatrix;
  68.     };
  69.     SUPERCLASS = Inspector;
  70. };
  71. PictureInspector = {
  72.     ACTIONS = {
  73.     changeBgColor:;
  74.     ok:;
  75.     changeBgGray:;
  76.     revert:;
  77.     changeBorderType:;
  78.     };
  79.     OUTLETS = {
  80.     bgGrayMatrix;
  81.     bgColorWell;
  82.     borderTypeMatrix;
  83.     box1;
  84.     box2;
  85.     };
  86.     SUPERCLASS = InspectorDP;
  87. };
  88. MyPictureInspector = {
  89.     SUPERCLASS = PictureInspector;
  90. };
  91.